chore: Remove sandbox cli commands#144
Conversation
Codecov Report❌ Patch coverage is
📢 Thoughts on this report? Let us know! |
There was a problem hiding this comment.
Clean removal of the sandbox CLI surface — source, tests, deps, and docs are all consistent, and the workspace-env lock tests were correctly reworked onto datasets list.
super nit (not blocking): src/sdk.rs:497 still references X-Session-Id in the upload_stream doc comment, but that header was removed with the sandbox session scope. It now only carries X-Workspace-Id.
There was a problem hiding this comment.
Clean removal of the sandbox CLI subsystem. Verified no dangling references remain, the ProfileConfig.sandbox field drop is backward-compatible (no deny_unknown_fields), the auth-precedence collapse is consistent across auth.rs/sdk.rs/jwt.rs, and the workspace-env-lock tests were correctly migrated to tests/workspace_env.rs.
No description provided.